Rows: 22261 Columns: 21
── Column specification ────────────────────────────────────────────────────────
Delimiter: ","
chr (12): STATE, AGENCY, UNIT_ID, FIRE_NAME, INC_NUM, ALARM_DATE, CONT_DATE,...
dbl (9): OBJECTID, YEAR_, CAUSE, C_METHOD, OBJECTIVE, GIS_ACRES, DECADES, S...
ℹ Use `spec()` to retrieve the full column specification for this data.
ℹ Specify the column types or set `show_col_types = FALSE` to quiet this message.
Simulated Data
simulated_risk <-tibble(county = counties$`County Name`,risk =runif(n =58, min =0, max =100))view(simulated_risk)
Wildfire Perimeter Map
library(tidyverse)library(sf)
Linking to GEOS 3.8.0, GDAL 3.0.4, PROJ 6.3.1; sf_use_s2() is TRUE